@charset "utf-8";

/*主体*/

#main {
	margin-top: 0px;
}

#part1 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

#part2{
	margin-top: 1.5rem;
}




#part3 {
	margin-top: -0.5rem;
	margin-bottom: 1.5rem;
	padding: 1rem 2.5rem;
}

#part3 .am-thumbnails>li{
	font-size: 1.4rem;
	padding: 0 .25rem .25rem .25rem;
}

#part3 .am-thumbnails>li>a{
	color: #666;
	white-space: nowrap;
}

#part4{
	margin-top: 1.5rem;
}

#part4 .news-tab .am-nav-tabs>li{
       min-width:33.3333%;
    text-align: center;
}

#part5{
	padding: 1.5rem 0px 0px 0px;
}

#part5 .news-tab .am-nav-tabs>li{
       min-width:33.3333%;
    text-align: center;
}

#part6{
	border: #ddd solid 1px;
	margin-top: 1.5rem;
    position: relative;
    z-index: 2;
}

#part6 .no-padding-right{
	border-right: #ddd  solid 1px;
}


/*头条*/

.topnews {
	margin: 15px auto;
	z-index: 2;
}

.topnews h1 {
	margin-bottom: 10px;
}

.topnews h1 a {
	color: #df1010;
	font-size: 4rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}

.topnews ul {
	margin: .5rem auto;
	text-align: center;
	padding: 0px;
}

.topnews ul li a {
	display: inline-block;
	border-left: #999 solid 1px;
	line-height: 1em;
	padding: 0px 1rem;
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33%;
}

.topnews ul li:first-child a {
	border-left: none;
}

.topnews ul li:last-child a {}

#focuse {
	margin-bottom: 1rem;
}

#focuse img {
	height:375px;
}

#focuse .am-control-nav .more {
	cursor: pointer;
	position: relative;
	top: 10px;
}

#focuse .am-control-nav .more i {
	display: block;
	color: #fff;
}

#topics  .am-control-nav{
display:none
}


/*公开*/

#gk-list {
	font-size: 1.4rem;
}

#gk-list .am-nav-tabs {
	border: none;
	margin-bottom: 2px;
}

#gk-list .am-nav-tabs>li.am-active>a{
	font-size: 2.2rem;
	border: none;
	font-weight: 600;
	font-family: '宋体';
}

#gk-list .am-tab-panel ul.am-list>li{
	border: none;
	margin-bottom: .85rem;


}

#gk-list .am-tab-panel ul.am-list>li>a{
	padding: 0px .5rem 0px 1rem !important;
	border-left: #0084C7 solid 3px;
	display: inline-block;
	line-height: 2rem;
	height: 2rem;
        font-size: 1.6rem;
}

#inter-list{}

#inter-list .am-tabs-bd{
    overflow: inherit;
}

#inter-list .am-nav-tabs{
	border-bottom: none;
	margin-bottom: 2px;
}

#inter-list .am-nav-tabs>li.am-active>a{
	font-size: 2.2rem;
	border: none;
	font-weight: 600;
	font-family: '宋体';
}

#inter-list .am-thumbnails>li{
	padding-bottom: .5rem;
}

#inter-list .am-thumbnails>li>a>span{
	height: 3rem;
	width: 3.6rem;
	display: block;
	margin: 0 auto;
	background: url(../../../images/Adaptive/inter.png);
	border: #fff solid 1px;
}

#inter-list .am-thumbnails>li>a>p{
	margin: 0px auto .3rem;
}

#inter-list .am-thumbnails>li:nth-child(1)>a>span{
		background-position: 1px 0px;
}

#inter-list .am-thumbnails>li:nth-child(2)>a>span{
		background-position: 1px 102px;
}
#inter-list .am-thumbnails>li:nth-child(3)>a>span{
		background-position: 38px 102px;
}
#inter-list .am-thumbnails>li:nth-child(4)>a>span{
		background-position: 1px 202px;
}
#inter-list .am-thumbnails>li:nth-child(5)>a>span{
		background-position: 41px 203px;
}

#server-list .am-thumbnails{
	margin-top: .5rem;
}

#server-list .am-thumbnails>li{
	padding-bottom: 1.2rem;
}

#server-list .am-thumbnails>li .am-btn{
	padding: .9em 1em;
font-size: 1.3rem;
}

#part6 .news-tab .am-tabs-nav {
	border-bottom: none;
	margin: .45rem 0px;
}

#part6 .news-tab .am-thumbnails>li{
	text-align: center;
	padding-bottom: .5rem;
}

#part6 .news-tab .am-thumbnails>li P{
	margin: 0px 0px 0rem 0px;
	font-size: 1.2rem;
	white-space: nowrap;
	color: #0e90d2;
}

/*适配手机*/

@media only screen and (max-width: 640px) {
	#focuse img {
		height: auto;
	}
}